home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / hash / Makefile < prev    next >
Makefile  |  1992-06-08  |  1KB  |  43 lines

  1. #
  2. # Prototype makefile for libraries with multiple source directories
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from /sprite/lib/mkmf/Makefile.biglib
  8. # Mon Jun  8 14:28:16 PDT 1992
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = Hash.c HashChainSearch.c Hash_CreateEntry.c Hash_DeleteEntry.c Hash_DeleteTable.c Hash_EnumFirst.c Hash_EnumNext.c Hash_FindEntry.c Hash_InitTable.c Hash_PrintStats.c
  17. LINTSRCS    = 
  18. MACHINES    = ds3100 sun3 sun4 symm
  19. MAKEFILE    = Makefile
  20. MANPAGES    = Hash.man Hash_CreateEntry.man Hash_DeleteEntry.man Hash_DeleteTable.man Hash_EnumFirst.man Hash_GetValue.man Hash_InitTable.man Hash_PrintStats.man
  21. NAME        = c
  22. PUBHDRS        = 
  23. SUBDIR        = hash
  24. #include    <settm.mk>
  25. TYPE        = sprite
  26. DISTDIR         ?= /dist/sprite/src/lib/c/hash
  27.  
  28. SYSMAKEFILE    = biglib.mk
  29.  
  30. #if exists($(TM).md/md.mk)
  31. #include    "$(TM).md/md.mk"
  32. #endif
  33.  
  34. #if exists(local.mk)
  35. #include     "local.mk"
  36. #else
  37. #include    <$(SYSMAKEFILE)>
  38. #endif
  39.  
  40. #if exists($(DEPFILE))
  41. #include    "$(DEPFILE)"
  42. #endif
  43.